diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 22:50:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 22:50:06 +0000 |
commit | bf1dbe0a88fd3b32dc61d110e53ea7eb9b677cde (patch) | |
tree | 0aa111e8b87be76be06e37a15fe58c963be9268c /sys/arch | |
parent | 0deb57689c015f319cd3424d624acd60be95e970 (diff) |
cngetc() proto moved
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/sboot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/sboot.h b/sys/arch/mvme68k/stand/sboot/sboot.h index 10db9e19a92..31461fcc762 100644 --- a/sys/arch/mvme68k/stand/sboot/sboot.h +++ b/sys/arch/mvme68k/stand/sboot/sboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sboot.h,v 1.5 1997/01/29 07:58:39 deraadt Exp $ */ +/* $OpenBSD: sboot.h,v 1.6 1997/10/07 22:50:05 deraadt Exp $ */ /* * Copyright (c) 1995 Charles D. Cranor and Seth Widoff @@ -39,7 +39,6 @@ extern caddr_t end; /* console */ void puts __P((char *)); -char cngetc __P((void)); char *ngets __P((char *, int)); /* sboot */ |