summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1998-03-23 06:08:55 +0000
committeryokota <yokota@FreeBSD.org>1998-03-23 06:08:55 +0000
commit8764cba6bd60e2d8a083417e54e8ce190590596c (patch)
tree249dacbf463bee43e77214990e888a58ed2603e8 /usr.sbin/sysinstall/sysinstall.h
parent9eca46b7d8b05e87fe1db62a74373dc7ddb9b7bc (diff)
downloadFreeBSD-src-8764cba6bd60e2d8a083417e54e8ce190590596c.zip
FreeBSD-src-8764cba6bd60e2d8a083417e54e8ce190590596c.tar.gz
- Remove the notice that psm0 must be enabled before using the PS/2 mouse;
the device is enabled by default in the GENERIC kernel. - Kill the mouse daemon, if any, when the user wants to disable it. - Minor update on mouse menus.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index e155070..bd6b1d7 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.143 1997/10/14 18:17:35 jkh Exp $
+ * $Id: sysinstall.h,v 1.144 1998/03/07 08:59:32 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -641,6 +641,7 @@ extern char *sstrncpy(char *dst, const char *src, int size);
/* mouse.c */
extern int mousedTest(dialogMenuItem *self);
+extern int mousedDisable(dialogMenuItem *self);
/* msg.c */
extern Boolean isDebug(void);
OpenPOWER on IntegriCloud