summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-06-01 03:23:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-06-01 03:23:57 +0000
commitb4967c31051067aa590cc1e0135d77ee92365fc0 (patch)
tree011d57c047dbb9d37e5b1f7812b172829d850226 /openbsd-compat/bsd-nextstep.c
parent2972d6c045134f54e13e8823f7ac40155c9825a4 (diff)
License clarifications.
bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c)
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r--openbsd-compat/bsd-nextstep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c
index 5b264ab2f..bd35a3afc 100644
--- a/openbsd-compat/bsd-nextstep.c
+++ b/openbsd-compat/bsd-nextstep.c
@@ -1,6 +1,6 @@
1/* XXX - author */
2
3/* 1/*
2 * Copyright (c) 2000,2001 Ben Lindstrom. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
@@ -24,7 +24,7 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27RCSID("$Id: bsd-nextstep.c,v 1.5 2003/05/18 14:13:39 djm Exp $"); 27RCSID("$Id: bsd-nextstep.c,v 1.6 2003/06/01 03:23:57 mouring Exp $");
28 28
29#ifdef HAVE_NEXT 29#ifdef HAVE_NEXT
30#include <errno.h> 30#include <errno.h>