diff options
author | 1997-10-07 22:50:05 +0000 | |
---|---|---|
committer | 1997-10-07 22:50:05 +0000 | |
commit | de5d17990e08fc53f161852797c9b4892108ebdb (patch) | |
tree | 4542ae86fcc7552da5f5e71059271f07be5926d1 | |
parent | Makefile refers to NOPIC, so at least bring bsd.own.mk in before, as some (diff) | |
download | wireguard-openbsd-de5d17990e08fc53f161852797c9b4892108ebdb.tar.xz wireguard-openbsd-de5d17990e08fc53f161852797c9b4892108ebdb.zip |
cngetc() proto moved
-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 */ |