artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01ec05
)
gets() is gone
author
lteo
<lteo@openbsd.org>
Tue, 22 Apr 2014 02:29:52 +0000
(
02:29
+0000)
committer
lteo
<lteo@openbsd.org>
Tue, 22 Apr 2014 02:29:52 +0000
(
02:29
+0000)
regress/lib/libc/orientation/orientation_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libc/orientation/orientation_test.c
b/regress/lib/libc/orientation/orientation_test.c
index
2d8fb4f
..
4d713f8
100644
(file)
--- a/
regress/lib/libc/orientation/orientation_test.c
+++ b/
regress/lib/libc/orientation/orientation_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: orientation_test.c,v 1.
4 2013/04/03 03:11:53 guenther
Exp $ */
+/* $OpenBSD: orientation_test.c,v 1.
5 2014/04/22 02:29:52 lteo
Exp $ */
/*
* Copyright (c) 2009 Philip Guenther
@@
-192,7
+192,6
@@
main(int argc, char *argv[])
/* input from stdin */
TEST_NARROW_STD(stdin, getchar());
TEST_NARROW_STD(stdin, getchar_unlocked());
- TEST_NARROW_STD(stdin, gets(buffer));
TEST_NARROW_STD(stdin, scanf("%s\n", buffer));
/* output to stdout */