diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:29:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:29:41 +0000 |
commit | d1e0d0d89189128ac5ed2633feb91ccfb577c18a (patch) | |
tree | 6934afdcfc8f8f5d8c665b6ec726ecb74b2b5082 /sbin | |
parent | 17d4074552fe89be8976560d86a6878995b4bad2 (diff) |
Merge from the Ericsson repository
| revision 1.38
| date: 1999/02/25 11:21:54; author: niklas; state: Exp; lines: +3 -2
| sysdep-os.h addition
| ----------------------------
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/DESIGN-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/DESIGN-NOTES b/sbin/isakmpd/DESIGN-NOTES index 14269794659..cb0b960d279 100644 --- a/sbin/isakmpd/DESIGN-NOTES +++ b/sbin/isakmpd/DESIGN-NOTES @@ -1,5 +1,5 @@ -$OpenBSD: DESIGN-NOTES,v 1.5 1998/12/21 01:02:22 niklas Exp $ -$EOM: DESIGN-NOTES,v 1.37 1998/12/20 11:54:04 niklas Exp $ +$OpenBSD: DESIGN-NOTES,v 1.6 1999/02/26 03:29:40 niklas Exp $ +$EOM: DESIGN-NOTES,v 1.38 1999/02/25 11:21:54 niklas Exp $ General coding conventions -------------------------- @@ -17,7 +17,8 @@ Multiple inclusion protection like this: Start all files with RCS ID tags. GCC -Wall clean, ANSI prototypes. System dependent facilities should be -named sysdep_* and be placed in sysdep.c. Primary target systems are OpenBSD +named sysdep_* and be placed in sysdep.c. Every C file should include +sysdep.h as the first isakmpd include file. Primary target systems are OpenBSD and Linux, but porting to Microsoft Windows variants should not be made overly difficult. |