#define's don't have to end in ';'...
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 09:08:17 +0000 (01:08 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 09:08:17 +0000 (01:08 -0800)
SCCS-vsn: libexec/bugfiler/pathnames.h 5.4

usr/src/libexec/bugfiler/pathnames.h

index 7f7040a..5ceb0d8 100644 (file)
@@ -4,9 +4,9 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.3 (Berkeley) %G%
+ *     @(#)pathnames.h 5.4 (Berkeley) %G%
  */
 
 #define        MAIL_CMD        "/usr/sbin/sendmail -i -t -F \"Bugs Bunny\" -f owner-bugs"
 #undef _PATH_TMP
  */
 
 #define        MAIL_CMD        "/usr/sbin/sendmail -i -t -F \"Bugs Bunny\" -f owner-bugs"
 #undef _PATH_TMP
-#define        _PATH_TMP       "/tmp/BUG_XXXXXX";
+#define        _PATH_TMP       "/tmp/BUG_XXXXXX"