This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-16 23:57:54 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6b5bcce5dc
HardenedBSD
/
sbin
/
modload
/
pathnames.h
6 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Revert $FreeBSD$ to $Id$
1997-02-22 15:40:44 +01:00
/* $Id$ */
Terry Lambert's loadable kernel module support - modload & modunload utilities w/improvements from the NetBSD group.
1994-08-19 14:07:23 +02:00
#
include
<paths.h>
#
define _PATH_LKM "
/
dev
/
lkm"
Make modload more informative about errors encountered while running `ld' by calling execl() directly rather than using system().
1995-01-23 05:08:00 +01:00
#
define _PATH_LD "
/
usr
/
bin
/
ld"
Reference in New Issue
Copy Permalink