diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
commit | 8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch) | |
tree | 39173461770e11f8ad331e9aa18365fc4ab2d19f /usr.sbin/config/exec.h | |
parent | bbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff) |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'usr.sbin/config/exec.h')
-rw-r--r-- | usr.sbin/config/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/exec.h b/usr.sbin/config/exec.h index b57afcf85cf..93420676721 100644 --- a/usr.sbin/config/exec.h +++ b/usr.sbin/config/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.1 1999/10/04 20:00:51 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.2 2001/08/12 12:03:03 heko Exp $ */ /* * Copyright (c) 1999 Mats O Jansson. All rights reserved. @@ -37,5 +37,5 @@ void savekernel __P((char *)); caddr_t adjust __P((caddr_t)); caddr_t readjust __P((caddr_t)); -#endif _EXEC_H +#endif /* _EXEC_H */ |