Module Name: src Committed By: jmcneill Date: Sat Dec 25 16:49:09 UTC 2010
Modified Files: src/include: paths.h Log Message: add /dev/video, /dev/video0 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 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.37 src/include/paths.h:1.38 --- src/include/paths.h:1.37 Sat Apr 24 20:44:33 2010 +++ src/include/paths.h Sat Dec 25 16:49:08 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: paths.h,v 1.37 2010/04/24 20:44:33 jruoho Exp $ */ +/* $NetBSD: paths.h,v 1.38 2010/12/25 16:49:08 jmcneill Exp $ */ /* * Copyright (c) 1989, 1993 @@ -95,6 +95,8 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/netbsd" #define _PATH_URANDOM "/dev/urandom" +#define _PATH_VIDEO "/dev/video" +#define _PATH_VIDEO0 "/dev/video0" /* * Provide trailing slash, since mostly used for building pathnames.