(_PATH_DEV): add
(strcollect, vstrcollect): add prototypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7784 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -104,6 +104,10 @@
|
|||||||
#define O_ACCMODE 003
|
#define O_ACCMODE 003
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _PATH_DEV
|
||||||
|
#define _PATH_DEV "/dev/"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_DEVNULL
|
#ifndef _PATH_DEVNULL
|
||||||
#define _PATH_DEVNULL "/dev/null"
|
#define _PATH_DEVNULL "/dev/null"
|
||||||
#endif
|
#endif
|
||||||
@@ -280,4 +284,10 @@ socket_set_tos (int sock, int tos);
|
|||||||
void
|
void
|
||||||
socket_set_reuseaddr (int sock, int val);
|
socket_set_reuseaddr (int sock, int val);
|
||||||
|
|
||||||
|
char **
|
||||||
|
vstrcollect(va_list *ap);
|
||||||
|
|
||||||
|
char **
|
||||||
|
strcollect(char *first, ...);
|
||||||
|
|
||||||
#endif /* __ROKEN_COMMON_H__ */
|
#endif /* __ROKEN_COMMON_H__ */
|
||||||
|
Reference in New Issue
Block a user