summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-04-22 02:29:52 +0000
committerlteo <lteo@openbsd.org>2014-04-22 02:29:52 +0000
commit74821dc3d08b5cdeae8a4ebfae6f6ef3e2d2d67f (patch)
treee02f9e4113a02d42879714d8031dd2a063397fbe /regress/lib/libc
parentAdd errc/verrc/warnc/vwarnc family: versions of err/... that take the errno (diff)
downloadwireguard-openbsd-74821dc3d08b5cdeae8a4ebfae6f6ef3e2d2d67f.tar.xz
wireguard-openbsd-74821dc3d08b5cdeae8a4ebfae6f6ef3e2d2d67f.zip
gets() is gone
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/orientation/orientation_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libc/orientation/orientation_test.c b/regress/lib/libc/orientation/orientation_test.c
index 2d8fb4fd203..4d713f80bf5 100644
--- 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 */