/* $NetBSD: pathnames.h,v 1.5 1996/02/28 20:38:15 thorpej Exp $ */ /* * Copyright (c) 1989, 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 * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 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 * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93 */ #if BSD > 43 # include # ifndef _PATH_LOGIN # define _PATH_LOGIN "/usr/bin/login" # endif #else # define _PATH_TTY "/dev/tty" # ifndef _PATH_LOGIN # define _PATH_LOGIN "/bin/login" # endif #endif #ifdef BFTPDAEMON #define BFTPPATH "/usr/ucb/bftp" #endif /* BFTPDAEMON */ e2eb6'>root/lib/libutil/ttymsg.c
AgeCommit message (Expand)Author
2009-01-18fix -Wsign-compare issueslukem
2005-08-27Lint warnings.elad
2005-01-08Avoid spinning if writing to a pty returns 0. This happened to me whenchristos
2004-11-10- don't complain if the pty is of the form pts/nchristos
2004-03-29Use pid_t for pids. From Jeff Ito in PR 24854.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-27Clear O_NONBLOCK correctly (previous code probably only worked becauselukem
2002-08-16defend against malicious line in ut_line, which could cause unwanteditojun
2000-07-05- __RCSID() police.ad
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-02More trailing white space.simonb
1998-09-27Use posix signal system calls.christos
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-05-09Delint last.kleink
1998-05-08Fix some arithmetics lossage on typeless pointers.kleink
1998-01-22unregisterifyperry
1997-07-01indicate new location in error messagemikel
1997-06-29- RCSID policechristos
1997-02-11remove possibly dangerous sprintf and strcpy calls.mrg