Well gag me with a spoon... I'm so used to working at high WARNS levels

that I make stupid fundamental mistakes like this when I don't.
This commit is contained in:
Dag-Erling Smørgrav 2007-05-10 15:01:42 +00:00
parent b252bedcc9
commit 8f9085389f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169450
2 changed files with 5 additions and 1 deletions

View File

@ -28,11 +28,15 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/file.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <unistd.h>
#include <libutil.h>
int
flopen(const char *path, int flags, ...)

View File

@ -70,7 +70,7 @@ void clean_environment(const char * const *_white,
const char * const *_more_white);
int extattr_namespace_to_string(int _attrnamespace, char **_string);
int extattr_string_to_namespace(const char *_string, int *_attrnamespace);
int flopen(const char *_path, int _flags, mode_t _mode);
int flopen(const char *_path, int _flags, ...);
void login(struct utmp *_ut);
int login_tty(int _fd);
int logout(const char *_line);