include/paths.h: merged

Change-Id: I5e2aa0bc99a596f82ef4224f22623bcb83cb98b5
This commit is contained in:
2013-12-02 18:34:30 +01:00
parent a6e7b85835
commit afc1f71188
14 changed files with 13 additions and 17 deletions

View File

@@ -13,8 +13,6 @@
#define _PATH_DHCPCACHE "/usr/adm/dhcp.cache"
#define _PATH_DHCPPOOL "/usr/adm/dhcp.pool"
#define _PATH_MOTD "/etc/motd"
#define _PATH_RAMDISK "/dev/ram"
#define _PATH_DRIVERS "/usr/sbin"

View File

@@ -126,9 +126,5 @@
#define _PATH_VI "/usr/bin/vi"
#endif
#ifdef __minix
#include <minix/paths.h>
#endif /* !__minix */
#endif /* !_PATHS_H_ */