=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwprintf.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/window/Attic/wwprintf.c 2003/06/03 02:56:23 1.6 --- src/usr.bin/window/Attic/wwprintf.c 2003/08/01 22:01:37 1.7 *************** *** 1,4 **** ! /* $OpenBSD: wwprintf.c,v 1.6 2003/06/03 02:56:23 millert Exp $ */ /* $NetBSD: wwprintf.c,v 1.3 1995/09/28 10:35:44 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: wwprintf.c,v 1.7 2003/08/01 22:01:37 david Exp $ */ /* $NetBSD: wwprintf.c,v 1.3 1995/09/28 10:35:44 tls Exp $ */ /* *************** *** 37,48 **** #if 0 static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwprintf.c,v 1.6 2003/06/03 02:56:23 millert Exp $"; #endif #endif /* not lint */ #include "ww.h" #include wwprintf(struct ww *w, char *fmt, ...) { --- 37,49 ---- #if 0 static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwprintf.c,v 1.7 2003/08/01 22:01:37 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include + #include wwprintf(struct ww *w, char *fmt, ...) {