Annotation of tftpd/inc/global.h, revision 1.2

1.1       misho       1: #ifndef __GLOBAL_H
                      2: #define __GLOBAL_H
                      3: 
                      4: 
                      5: #include <stdio.h>
                      6: #include <stdlib.h>
                      7: #include <string.h>
                      8: #include <unistd.h>
                      9: #include <fcntl.h>
                     10: #include <errno.h>
                     11: #include <assert.h>
                     12: #include <pwd.h>
                     13: #include <paths.h>
                     14: #include <ctype.h>
                     15: #include <sys/types.h>
                     16: #include <sys/limits.h>
                     17: #include <sys/wait.h>
1.2     ! misho      18: #include <sys/stat.h>
1.1       misho      19: #include <elwix.h>
                     20: #include <aitcfg.h>
                     21: #include <aitsched.h>
                     22: #include <aitio.h>
                     23: 
                     24: #include "config.h"
                     25: 
                     26: #include "defs.h"
                     27: #include "tftp.h"
                     28: 
                     29: 
                     30: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>