From 84dfbe4ad59351b428fe08c0e87d8cca873fbd90 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 8 May 2002 00:47:01 +0000 Subject: Use rather than "pathnames.h", and fix a couple of whitespace nits. Sponsored by: DARPA, NAI Labs --- usr.bin/rlogin/rlogin.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'usr.bin/rlogin/rlogin.c') diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index f5c312b..10f07a2 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -1,6 +1,13 @@ /* * Copyright (c) 1983, 1990, 1993 * The Regents of the University of California. All rights reserved. + * Copyright (c) 2002 Networks Associates Technology, Inc. + * All rights reserved. + * + * Portions of this software were developed for the FreeBSD Project by + * ThinkSec AS and NAI Labs, the Security Research Division of Network + * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 + * ("CBOSS"), as part of the DARPA CHATS research program. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -76,7 +83,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include "../../bin/rcp/pathnames.h" #include "krb.h" CREDENTIALS cred; @@ -140,7 +146,7 @@ main(int argc, char *argv[]) #ifdef KERBEROS char *k; #endif - struct sockaddr_storage ss; + struct sockaddr_storage ss; int sslen; argoff = dflag = Dflag = 0; -- cgit v1.1