Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include sort _PATH_CLOCKCTL



details:   https://anonhg.NetBSD.org/src/rev/7016a1d4aa8b
branches:  trunk
changeset: 516408:7016a1d4aa8b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 22 23:57:12 2001 +0000

description:
sort _PATH_CLOCKCTL

diffstat:

 include/paths.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r a453a599f2a2 -r 7016a1d4aa8b include/paths.h
--- a/include/paths.h   Mon Oct 22 23:51:12 2001 +0000
+++ b/include/paths.h   Mon Oct 22 23:57:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.h,v 1.16 2001/09/16 06:56:29 manu Exp $  */
+/*     $NetBSD: paths.h,v 1.17 2001/10/22 23:57:12 lukem Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -56,6 +56,7 @@
 #define        _PATH_AUDIO     "/dev/audio0"
 #define        _PATH_AUDIOCTL  "/dev/audioctl0"
 #define        _PATH_BSHELL    "/bin/sh"
+#define        _PATH_CLOCKCTL  "/dev/clockctl"
 #define        _PATH_CONSOLE   "/dev/console"
 #define        _PATH_CSHELL    "/bin/csh"
 #define        _PATH_DEFTAPE   "/dev/nrst0"
@@ -76,7 +77,6 @@
 #define        _PATH_SKEYKEYS  "/etc/skeykeys"
 #define        _PATH_SOUND     "/dev/sound0"
 #define        _PATH_TTY       "/dev/tty"
-#define        _PATH_CLOCKCTL  "/dev/clockctl"
 #define        _PATH_UNIX      "/netbsd"
 #define        _PATH_VI        "/usr/bin/vi"
 



Home | Main Index | Thread Index | Old Index