Current Path : /usr/src/libexec/bootpd/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/libexec/bootpd/bptypes.h |
/* $FreeBSD: release/9.1.0/libexec/bootpd/bptypes.h 53105 1999-11-12 10:11:48Z marcel $ */ #ifndef BPTYPES_H #define BPTYPES_H #include <sys/types.h> /* * 32 bit integers are different types on various architectures */ #define int32 int32_t #define u_int32 u_int32_t /* * Nice typedefs. . . */ typedef int boolean; typedef unsigned char byte; #endif /* BPTYPES_H */