search for: 794ca46

Displaying 2 results from an estimated 2 matches for "794ca46".

Did you mean: 794,46
2016 Jan 27
0
[klibc:master] Make posix_openpt() an inline
...y.o reboot.o \ + syslog.o closelog.o pty.o isatty.o reboot.o \ time.o utime.o lseek.o nice.o getpriority.o \ qsort.o bsearch.o \ lrand48.o jrand48.o mrand48.o nrand48.o srand48.o seed48.o \ diff --git a/usr/klibc/posix_openpt.c b/usr/klibc/posix_openpt.c deleted file mode 100644 index 794ca46..0000000 --- a/usr/klibc/posix_openpt.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * posix_openpt.c - */ - -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <termios.h> -#include <fcntl.h> - -int posix_openpt(int oflag) -{ - return open("/dev/ptmx&...
2010 Nov 20
3
[PATCH 1/4] utils: cleanup unused includes
several errno.h for no good reasons. cleanup losesetup which is not using getopt_long, thus doesn't need getopt.h included. Move stdarg.h include up in losesetup to more proper place. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/dmesg.c | 1 - usr/utils/losetup.c | 4 +--- usr/utils/mkfifo.c | 1 - usr/utils/nuke.c | 1 - usr/utils/umount.c | 1