diff options
author | Ted Lemon <source@isc.org> | 1996-05-17 01:07:52 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-05-17 01:07:52 +0000 |
commit | a8513aef86864890623f03330f7bbf3b4b279e36 (patch) | |
tree | 5196fea2a483ffff32890ede0fe72d2b4917e435 /includes/cf/alphaosf.h | |
parent | 3060073a8f23dc947dc323265350e14886708da0 (diff) | |
download | isc-dhcp-a8513aef86864890623f03330f7bbf3b4b279e36.tar.gz |
Clean up comments
Diffstat (limited to 'includes/cf/alphaosf.h')
-rw-r--r-- | includes/cf/alphaosf.h | 8 |
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) |