=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/quota/quota.c 1998/07/10 08:50:35 1.11 --- src/usr.bin/quota/quota.c 1998/07/13 02:11:41 1.12 *************** *** 1,4 **** ! /* $OpenBSD: quota.c,v 1.11 1998/07/10 08:50:35 deraadt Exp $ */ /* * Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: quota.c,v 1.12 1998/07/13 02:11:41 millert Exp $ */ /* * Copyright (c) 1980, 1990, 1993 *************** *** 44,50 **** #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: quota.c,v 1.11 1998/07/10 08:50:35 deraadt Exp $"; #endif /* not lint */ /* --- 44,50 ---- #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: quota.c,v 1.12 1998/07/13 02:11:41 millert Exp $"; #endif /* not lint */ /* *************** *** 547,553 **** perror(qfpathname); return (0); } ! (void) lseek(fd, (off_t)(id * sizeof(struct dqblk)), L_SET); switch (read(fd, &qup->dqblk, sizeof(struct dqblk))) { case 0: /* EOF */ /* --- 547,553 ---- perror(qfpathname); return (0); } ! (void) lseek(fd, (off_t)(id * sizeof(struct dqblk)), SEEK_SET); switch (read(fd, &qup->dqblk, sizeof(struct dqblk))) { case 0: /* EOF */ /*