=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/oldrdist/Attic/defs.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/oldrdist/Attic/defs.h 1997/02/09 19:24:55 1.6 +++ src/usr.bin/oldrdist/Attic/defs.h 1998/04/27 03:13:51 1.7 @@ -1,4 +1,4 @@ -/* * $OpenBSD: defs.h,v 1.6 1997/02/09 19:24:55 deraadt Exp $*/ +/* * $OpenBSD: defs.h,v 1.7 1998/04/27 03:13:51 deraadt Exp $*/ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -133,6 +133,7 @@ dev_t devnum; int count; char pathname[BUFSIZ]; + char src[BUFSIZ]; char target[BUFSIZ]; struct linkbuf *nextp; };