X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/462fca95471224f85b85be911e72faee16cd1597..275e28ad8575814dcb1749559423a55a82960cfe:/sail/pathnames.h?ds=inline diff --git a/sail/pathnames.h b/sail/pathnames.h index 25cb44a7..65bc3641 100644 --- a/sail/pathnames.h +++ b/sail/pathnames.h @@ -1,6 +1,8 @@ +/* $NetBSD: pathnames.h,v 1.6 2009/03/14 23:47:18 dholland Exp $ */ + /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -10,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -30,8 +28,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.2 1993/08/01 18:51:55 mycroft Exp $ + * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ #define _PATH_LOGFILE "/var/games/saillog" +#define _PATH_SAILDIR "/var/games/sail" + +/* in _PATH_SAILDIR */ +#define _FILE_SYNC "#sailsink.%d" +#define _FILE_LOCK "#saillock.%d"