summaryrefslogtreecommitdiffstats
path: root/usr.bin/keylogin/keylogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/keylogin/keylogin.c')
-rw-r--r--usr.bin/keylogin/keylogin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c
index 55529c8..15b62e1 100644
--- a/usr.bin/keylogin/keylogin.c
+++ b/usr.bin/keylogin/keylogin.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -49,7 +50,7 @@ int
main()
{
char fullname[MAXNETNAMELEN + 1];
- struct netstarg netst;
+ struct key_netstarg netst;
if (!getnetname(fullname)) {
fprintf(stderr, "netname lookup failed -- make sure the ");
OpenPOWER on IntegriCloud