Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove trailing , from last enum element.



details:   https://anonhg.NetBSD.org/src/rev/33dcec5dc0cf
branches:  trunk
changeset: 499870:33dcec5dc0cf
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Dec 01 02:07:04 2000 +0000

description:
Remove trailing , from last enum element.

diffstat:

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

diffs (18 lines):

diff -r 3e5826841eae -r 33dcec5dc0cf sys/sys/device.h
--- a/sys/sys/device.h  Fri Dec 01 00:02:22 2000 +0000
+++ b/sys/sys/device.h  Fri Dec 01 02:07:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.44 2000/07/22 05:02:24 matt Exp $ */
+/* $NetBSD: device.h,v 1.45 2000/12/01 02:07:04 simonb Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -101,7 +101,7 @@
  */
 enum devact {
        DVACT_ACTIVATE,         /* activate the device */
-       DVACT_DEACTIVATE,       /* deactivate the device */
+       DVACT_DEACTIVATE        /* deactivate the device */
 };
 
 struct device {



Home | Main Index | Thread Index | Old Index