summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/global.h
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
committerroberto <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
commit40b8e415eb0f835a9dd7a473ddf134ec67877fd7 (patch)
tree3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/include/global.h
parenta5a8dc6136fcee95f261a31609a25669038c3861 (diff)
downloadFreeBSD-src-40b8e415eb0f835a9dd7a473ddf134ec67877fd7.zip
FreeBSD-src-40b8e415eb0f835a9dd7a473ddf134ec67877fd7.tar.gz
Virgin import of ntpd 4.1.0
Diffstat (limited to 'contrib/ntp/include/global.h')
-rw-r--r--contrib/ntp/include/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ntp/include/global.h b/contrib/ntp/include/global.h
index 4695724..742f84c 100644
--- a/contrib/ntp/include/global.h
+++ b/contrib/ntp/include/global.h
@@ -30,6 +30,9 @@ typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
typedef u_int32 UINT4; /* local modification */
+/* BYTE defines a unsigned character */
+typedef unsigned char BYTE; /* local modification for RSAEuro */
+
#ifndef NULL_PTR
#define NULL_PTR ((POINTER)0)
#endif
OpenPOWER on IntegriCloud