=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/popen.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/mail/popen.c 2004/09/15 22:21:11 1.34 --- src/usr.bin/mail/popen.c 2009/10/27 23:59:40 1.35 *************** *** 1,4 **** ! /* $OpenBSD: popen.c,v 1.34 2004/09/15 22:21:11 deraadt Exp $ */ /* $NetBSD: popen.c,v 1.6 1997/05/13 06:48:42 mikel Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: popen.c,v 1.35 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: popen.c,v 1.6 1997/05/13 06:48:42 mikel Exp $ */ /* *************** *** 29,42 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static const char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; - #else - static const char rcsid[] = "$OpenBSD: popen.c,v 1.34 2004/09/15 22:21:11 deraadt Exp $"; - #endif - #endif /* not lint */ #include "rcv.h" #include --- 29,34 ----