From owner-freebsd-commit Fri Oct 6 09:25:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA03834 for freebsd-commit-outgoing; Fri, 6 Oct 1995 09:25:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA03819 for cvs-all-outgoing; Fri, 6 Oct 1995 09:25:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA03809 for cvs-usrsbin-outgoing; Fri, 6 Oct 1995 09:25:31 -0700 Received: (from torstenb@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA03797 ; Fri, 6 Oct 1995 09:25:15 -0700 Date: Fri, 6 Oct 1995 09:25:15 -0700 From: Torsten Blum Message-Id: <199510061625.JAA03797@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mtree spec.c Sender: owner-commit@FreeBSD.org Precedence: bulk torstenb 95/10/06 09:25:12 Modified: usr.sbin/mtree spec.c Log: st_size in struct stat has type off_t (long long) and not unsigned long change strtoul() to strtoq()