From owner-cvs-sbin Wed Jan 7 18:23:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA12709 for cvs-sbin-outgoing; Wed, 7 Jan 1998 18:23:27 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12652; Wed, 7 Jan 1998 18:21:42 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA05042; Wed, 7 Jan 1998 18:21:31 -0800 (PST) Date: Wed, 7 Jan 1998 18:21:31 -0800 (PST) Message-Id: <199801080221.SAA05042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/shutdown shutdown.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/07 18:21:31 PST Modified files: sbin/shutdown shutdown.c Log: Allow 'shutdown datespec' to work into the next century. Handle dates in the 22nd century and beyond even though it's irrelevant with a 32-bit time_t which expires in the year 2038. Revision Changes Path 1.9 +12 -1 src/sbin/shutdown/shutdown.c