=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- src/usr.bin/ssh/misc.h 2001/02/22 21:59:44 1.3 +++ src/usr.bin/ssh/misc.h 2001/03/12 15:44:12 1.3.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.3 2001/02/22 21:59:44 markus Exp $ */ +/* $OpenBSD: misc.h,v 1.3.2.1 2001/03/12 15:44:12 jason Exp $ */ /* * Author: Tatu Ylonen @@ -19,5 +19,3 @@ /* set filedescriptor to non-blocking */ void set_nonblock(int fd); - -struct passwd * pwcopy(struct passwd *pw);