Module Name: src
Committed By: pooka
Date: Tue Dec 22 14:24:38 UTC 2009
Modified Files:
src/include: paths.h
Log Message:
+_PATH_PUD
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/include/paths.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/paths.h
diff -u src/include/paths.h:1.34 src/include/paths.h:1.35
--- src/include/paths.h:1.34 Sun Sep 28 06:38:02 2008
+++ src/include/paths.h Tue Dec 22 14:24:37 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.34 2008/09/28 06:38:02 lukem Exp $ */
+/* $NetBSD: paths.h,v 1.35 2009/12/22 14:24:37 pooka Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -82,6 +82,7 @@
#define _PATH_MIXER0 "/dev/mixer0"
#define _PATH_NOLOGIN "/etc/nologin"
#define _PATH_PRINTCAP "/etc/printcap"
+#define _PATH_PUD "/dev/pud"
#define _PATH_PUFFS "/dev/puffs"
#define _PATH_RANDOM "/dev/random"
#define _PATH_SENDMAIL "/usr/sbin/sendmail"