Module Name:    src
Committed By:   snj
Date:           Sat Jan  9 00:55:56 UTC 2010

Modified Files:
        src/include [netbsd-5]: paths.h

Log Message:
Pull up following revision(s) (requested by pooka in ticket #1205):
        include/paths.h: revision 1.35
+_PATH_PUD


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.4.1 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.34.4.1
--- src/include/paths.h:1.34	Sun Sep 28 06:38:02 2008
+++ src/include/paths.h	Sat Jan  9 00:55:56 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: paths.h,v 1.34 2008/09/28 06:38:02 lukem Exp $	*/
+/*	$NetBSD: paths.h,v 1.34.4.1 2010/01/09 00:55:56 snj 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"

Reply via email to