summaryrefslogtreecommitdiff
path: root/includes/cf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-05-17 01:07:52 +0000
committerTed Lemon <source@isc.org>1996-05-17 01:07:52 +0000
commita8513aef86864890623f03330f7bbf3b4b279e36 (patch)
tree5196fea2a483ffff32890ede0fe72d2b4917e435 /includes/cf
parent3060073a8f23dc947dc323265350e14886708da0 (diff)
downloadisc-dhcp-a8513aef86864890623f03330f7bbf3b4b279e36.tar.gz
Clean up comments
Diffstat (limited to 'includes/cf')
-rw-r--r--includes/cf/alphaosf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h
index b2732d0a..705cd1bd 100644
--- a/includes/cf/alphaosf.h
+++ b/includes/cf/alphaosf.h
@@ -1,9 +1,9 @@
-/* netbsd.h
+/* alphaosf.h
- System dependencies for NetBSD... */
+ System dependencies for DEC Alpha/OSF1... */
/*
- * Copyright (c) 1995 RadioMail Corporation. All rights reserved.
+ * Copyright (c) 1996 Internet Software Consortium. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -74,7 +74,7 @@ extern int h_errno;
#define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
#define SET_MAX_TIME(x) (*(x) = INT_MAX)
-/* The jmp_buf type is an array on SunOS, so we can't dereference it
+/* The jmp_buf type is an array on OSF/1, so we can't dereference it
and must declare it differently. */
#define jbp_decl(x) jmp_buf x
#define jref(x) (x)