Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/wsconsctl avoid redundant declaration
details: https://anonhg.NetBSD.org/src/rev/447c4e84488a
branches: trunk
changeset: 503324:447c4e84488a
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 04 21:16:59 2001 +0000
description:
avoid redundant declaration
diffstat:
sbin/wsconsctl/wsconsctl.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 21e122deff0a -r 447c4e84488a sbin/wsconsctl/wsconsctl.h
--- a/sbin/wsconsctl/wsconsctl.h Sun Feb 04 21:14:32 2001 +0000
+++ b/sbin/wsconsctl/wsconsctl.h Sun Feb 04 21:16:59 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsctl.h,v 1.1 1998/12/28 14:01:17 hannken Exp $ */
+/* $NetBSD: wsconsctl.h,v 1.2 2001/02/04 21:16:59 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,9 @@
void mouse_put_values __P((int));
void display_get_values __P((int));
void display_put_values __P((int));
+#ifndef YYEMPTY
int yyparse __P((void));
+#endif
void yyerror __P((char *));
int yylex __P((void));
void map_scan_setinput __P((char *));
Home |
Main Index |
Thread Index |
Old Index