summaryrefslogtreecommitdiffstats
path: root/libexec/login_skey
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-02-16 21:27:05 +0000
committermillert <millert@openbsd.org>2002-02-16 21:27:05 +0000
commitc72b5b24e14c03dd8b22104fbae0d3921fa2aa37 (patch)
tree1ac67aab11df5f96856c0e3015d691db7dc9e811 /libexec/login_skey
parentdefault to rsa keyfile path for non key generation operations where (diff)
downloadwireguard-openbsd-c72b5b24e14c03dd8b22104fbae0d3921fa2aa37.tar.xz
wireguard-openbsd-c72b5b24e14c03dd8b22104fbae0d3921fa2aa37.zip
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'libexec/login_skey')
-rw-r--r--libexec/login_skey/login_skey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/login_skey/login_skey.c b/libexec/login_skey/login_skey.c
index 7645a70b702..0219d59c167 100644
--- a/libexec/login_skey/login_skey.c
+++ b/libexec/login_skey/login_skey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: login_skey.c,v 1.6 2001/12/07 05:15:58 millert Exp $ */
+/* $OpenBSD: login_skey.c,v 1.7 2002/02/16 21:27:30 millert Exp $ */
/*-
* Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved.
@@ -57,8 +57,8 @@
#include <sha1.h>
#include <skey.h>
-void quit __P((int));
-void suspend __P((int));
+void quit(int);
+void suspend(int);
volatile sig_atomic_t resumed;
struct skey skey;