freebsd-dev/sbin/modload/pathnames.h
Garrett Wollman f35e67894f Make modload more informative about errors encountered while running
`ld' by calling execl() directly rather than using system().
1995-01-23 04:08:00 +00:00

6 lines
91 B
C

/* $Id$ */
#include <paths.h>
#define _PATH_LKM "/dev/lkm"
#define _PATH_LD "/usr/bin/ld"