=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/info_mkdb/Attic/getinfo.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/info_mkdb/Attic/getinfo.c 1998/05/11 18:28:20 1.3 --- src/usr.bin/info_mkdb/Attic/getinfo.c 1998/07/13 02:11:32 1.4 *************** *** 1,4 **** ! /* $OpenBSD: getinfo.c,v 1.3 1998/05/11 18:28:20 deraadt Exp $ */ /*- * Copyright (c) 1996 SigmaSoft, Th. Lockert --- 1,4 ---- ! /* $OpenBSD: getinfo.c,v 1.4 1998/07/13 02:11:32 millert Exp $ */ /*- * Copyright (c) 1996 SigmaSoft, Th. Lockert *************** *** 31,37 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: getinfo.c,v 1.3 1998/05/11 18:28:20 deraadt Exp $"; #endif /* not lint */ #include --- 31,37 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: getinfo.c,v 1.4 1998/07/13 02:11:32 millert Exp $"; #endif /* not lint */ #include *************** *** 177,183 **** */ if (fd >= 0) { ! (void)lseek(fd, (off_t)0, L_SET); myfd = 0; } else { fd = open(*db_p, O_RDONLY, 0); --- 177,183 ---- */ if (fd >= 0) { ! (void)lseek(fd, (off_t)0, SEEK_SET); myfd = 0; } else { fd = open(*db_p, O_RDONLY, 0);