summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-02-05 03:47:47 +0000
committernewton <newton@FreeBSD.org>1999-02-05 03:47:47 +0000
commit94380d4d95771d6ca1de1b578e14e57e33ceadad (patch)
tree1ce48f8086298f6895dfc8435c715ac07c2edeb8 /sys/kern/imgact_elf.c
parenta867bd47b788a00dbb8ce2e8e2771868161fb9b5 (diff)
downloadFreeBSD-src-94380d4d95771d6ca1de1b578e14e57e33ceadad.zip
FreeBSD-src-94380d4d95771d6ca1de1b578e14e57e33ceadad.tar.gz
Additional note on last rev: The rationale for this is to allow you
to run Solaris executables (or executables from any other ELF system) directly off the CD-ROM without having to waste megabytes of disk by copying them to another filesystem just to brand them.
Diffstat (limited to 'sys/kern/imgact_elf.c')
-rw-r--r--sys/kern/imgact_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
index 1cecde6..a8849b3 100644
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_elf.c,v 1.48 1999/02/04 12:42:31 newton Exp $
+ * $Id: imgact_elf.c,v 1.49 1999/02/05 03:43:18 newton Exp $
*/
#include "opt_rlimit.h"
OpenPOWER on IntegriCloud