Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Remove gets() from here too.



details:   https://anonhg.NetBSD.org/src/rev/3ffc78009407
branches:  trunk
changeset: 347489:3ffc78009407
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 27 18:59:18 2016 +0000

description:
Remove gets() from here too.

diffstat:

 sys/lib/libsa/stand.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a74415673210 -r 3ffc78009407 sys/lib/libsa/stand.h
--- a/sys/lib/libsa/stand.h     Sat Aug 27 18:54:24 2016 +0000
+++ b/sys/lib/libsa/stand.h     Sat Aug 27 18:59:18 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stand.h,v 1.81 2016/06/11 06:20:11 dholland Exp $      */
+/*     $NetBSD: stand.h,v 1.82 2016/08/27 18:59:18 dholland Exp $      */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -77,7 +77,6 @@
 
 #ifdef LIBSA_RENAME_PRINTF
 #define getchar                libsa_getchar
-#define gets           libsa_gets
 #define kgets          libsa_kgets
 #define printf         libsa_printf
 #define putchar                libsa_putchar
@@ -258,7 +257,6 @@
 int    vsnprintf(char *, size_t, const char *, va_list)
     __attribute__((__format__(__printf__, 3, 0)));
 void   twiddle(void);
-void   gets(char *);
 void   kgets(char *, size_t);
 int    getfile(char *prompt, int mode);
 char   *strerror(int);



Home | Main Index | Thread Index | Old Index