diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-23 03:04:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-23 03:04:31 +0000 |
commit | 71149d873a58779a3442a1d6ee2c6b1e63523669 (patch) | |
tree | e261db9fa04ba3455a955ea691e6cc9be77f7010 /sbin/mount_portal/pathnames.h | |
parent | e51352172c2ed09ad14cea4ffa4165bff1a4a8a0 (diff) |
-Wall happiness, use mkstemp(3) instead of mktemp(3), and some
minor KNF.
Diffstat (limited to 'sbin/mount_portal/pathnames.h')
-rw-r--r-- | sbin/mount_portal/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index a588b1e95a9..3e127e56eae 100644 --- a/sbin/mount_portal/pathnames.h +++ b/sbin/mount_portal/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:33 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1997/03/23 03:04:29 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.4 1995/04/23 10:33:21 cgd Exp $ */ /* @@ -42,4 +42,4 @@ #include <paths.h> -#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */ +#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */ |