aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/msgs
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-09 13:13:29 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-09 13:13:29 +0000
commit1a4e9088d5dcb9714a770fd9ac36a5b106f332c6 (patch)
treed54d25f88075dbaf5c61c94ccda0b1e302b5206a /usr.bin/msgs
parentd2ec3b30800047edd97d8f2f665e18dc07e5035c (diff)
downloadsrc-1a4e9088d5dcb9714a770fd9ac36a5b106f332c6.tar.gz
src-1a4e9088d5dcb9714a770fd9ac36a5b106f332c6.zip
Fix nested comments for -Wcomment warnings.
Notes
Notes: svn path=/head/; revision=8382
Diffstat (limited to 'usr.bin/msgs')
-rw-r--r--usr.bin/msgs/msgs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c
index c7bde8a0967e..0c166086900a 100644
--- a/usr.bin/msgs/msgs.c
+++ b/usr.bin/msgs/msgs.c
@@ -64,9 +64,9 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93";
#define V7 /* will look for TERM in the environment */
#define OBJECT /* will object to messages without Subjects */
-/* #define REJECT /* will reject messages without Subjects
+/* #define REJECT */ /* will reject messages without Subjects
(OBJECT must be defined also) */
-/* #define UNBUFFERED /* use unbuffered output */
+/* #define UNBUFFERED *//* use unbuffered output */
#include <sys/param.h>
#include <sys/dir.h>