summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootpd/bptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/bptypes.h')
-rw-r--r--usr.sbin/bootpd/bptypes.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.sbin/bootpd/bptypes.h b/usr.sbin/bootpd/bptypes.h
deleted file mode 100644
index 537da4e..0000000
--- a/usr.sbin/bootpd/bptypes.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* bptypes.h */
-
-#ifndef BPTYPES_H
-#define BPTYPES_H
-
-/*
- * 32 bit integers are different types on various architectures
- */
-
-#ifndef int32
-#define int32 long
-#endif
-typedef unsigned int32 u_int32;
-
-/*
- * Nice typedefs. . .
- */
-
-typedef int boolean;
-typedef unsigned char byte;
-
-
-#endif /* BPTYPES_H */
OpenPOWER on IntegriCloud