[PATCH] udevsend now almost compiles with klibc, struct sockaddr_un is only problem now.

This commit is contained in:
greg@kroah.com 2004-02-02 08:29:04 -08:00 committed by Greg KH
parent 62e156af94
commit 0be0c18de3
1 changed files with 3 additions and 5 deletions

View File

@ -23,17 +23,15 @@
*/
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/un.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <wait.h>
#include <sys/socket.h>
#include <sys/un.h>
#include "udev.h"
#include "udev_version.h"