summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-14 17:53:35 +0000
committerpeter <peter@FreeBSD.org>1997-03-14 17:53:35 +0000
commitf3f330612677367dcbd673e19574d26257cefd9c (patch)
treee5ffd28b9e7ec8591051e5132ace7a4585c51dc9 /include
parent074793136f1f202e1c76c5ba27172252865eba82 (diff)
downloadFreeBSD-src-f3f330612677367dcbd673e19574d26257cefd9c.zip
FreeBSD-src-f3f330612677367dcbd673e19574d26257cefd9c.tar.gz
Put text after #endif in a comment (it's illegal otherwise)
Diffstat (limited to 'include')
-rw-r--r--include/login_cap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/login_cap.h b/include/login_cap.h
index 90aba94..134f66c 100644
--- a/include/login_cap.h
+++ b/include/login_cap.h
@@ -21,7 +21,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id$
+ * $Id: login_cap.h,v 1.6 1997/02/23 09:17:13 peter Exp $
*/
#ifndef _LOGIN_CAP_H_
@@ -134,5 +134,5 @@ int login_hostok __P((login_cap_t *, const char *, const char *, const char *, c
__END_DECLS
-#endif _LOGIN_CAP_H_
+#endif /* _LOGIN_CAP_H_ */
OpenPOWER on IntegriCloud