summaryrefslogtreecommitdiff
path: root/clients/zshutdown_notify
diff options
context:
space:
mode:
authorGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-12-05 10:32:18 +0000
committerGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-12-05 10:32:18 +0000
commitd81065fb72471306f8c718b6775d7a0694d34f7c (patch)
treea6f84b7fb33b254a8ae30270cf1adc3e314eab69 /clients/zshutdown_notify
parent44514c8985c63e34b1492d49e455ef2fbb151589 (diff)
ansi style #endifs
Diffstat (limited to 'clients/zshutdown_notify')
-rw-r--r--clients/zshutdown_notify/zshutdown_notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/zshutdown_notify/zshutdown_notify.c b/clients/zshutdown_notify/zshutdown_notify.c
index 8c98d55..276d36b 100644
--- a/clients/zshutdown_notify/zshutdown_notify.c
+++ b/clients/zshutdown_notify/zshutdown_notify.c
@@ -24,8 +24,8 @@
#ifndef lint
#ifndef SABER
static char *rcsid_zshutdown_notify_c = "$Header$";
-#endif SABER
-#endif lint
+#endif /* SABER */
+#endif /* lint */
#define N_KIND UNSAFE
#define N_CLASS "FILSRV"