diff options
author | Dan Harnett <danh@cvs.openbsd.org> | 2002-04-01 17:09:10 +0000 |
---|---|---|
committer | Dan Harnett <danh@cvs.openbsd.org> | 2002-04-01 17:09:10 +0000 |
commit | 9c1f9d84860100aa40b2e305d627bdd88969d097 (patch) | |
tree | 676bafab9f13e466a9f02519354ab700eb70eb92 /usr.sbin | |
parent | 17c6d799cb68d0bdd9fb57b56d9c883ba1f7ce61 (diff) |
change the extra text following preprocessor directives into comments.
patch from David Krause <openbsd@davidkrause.com>
ok millert@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mopd/common/device.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/device.h b/usr.sbin/mopd/common/device.h index b305a83eb18..72b81d094d4 100644 --- a/usr.sbin/mopd/common/device.h +++ b/usr.sbin/mopd/common/device.h @@ -1,4 +1,4 @@ -/* $OpenBSD: device.h,v 1.3 2002/02/16 21:28:04 millert Exp $ */ +/* $OpenBSD: device.h,v 1.4 2002/04/01 17:09:09 danh Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $OpenBSD: device.h,v 1.3 2002/02/16 21:28:04 millert Exp $ + * $OpenBSD: device.h,v 1.4 2002/04/01 17:09:09 danh Exp $ * */ @@ -51,4 +51,4 @@ void deviceInitAll(void); __END_DECLS #endif -#endif _DEVICE_H_ +#endif /* _DEVICE_H_ */ |