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