=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/expand.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/rdist/expand.c 2003/06/03 02:56:14 1.11 --- src/usr.bin/rdist/expand.c 2009/10/27 23:59:42 1.12 *************** *** 1,4 **** ! /* $OpenBSD: expand.c,v 1.11 2003/06/03 02:56:14 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: expand.c,v 1.12 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 30,52 **** */ #include "defs.h" - #ifndef lint - #if 0 - static char RCSid[] __attribute__((__unused__)) = - "$From: expand.c,v 1.4 1999/08/04 15:57:33 christos Exp $"; - #else - static char RCSid[] __attribute__((__unused__)) = - "$OpenBSD: expand.c,v 1.11 2003/06/03 02:56:14 millert Exp $"; - #endif - - static char sccsid[] __attribute__((__unused__)) = - "@(#)expand.c 5.2 (Berkeley) 3/28/86"; - - char copyright[] __attribute__((__unused__)) = - "@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; - #endif /* not lint */ - #define MAXEARGS 2048 #define LC '{' --- 30,35 ----