diff options
| author | Mark Newton <newton@FreeBSD.org> | 1999-02-05 03:47:47 +0000 |
|---|---|---|
| committer | Mark Newton <newton@FreeBSD.org> | 1999-02-05 03:47:47 +0000 |
| commit | 3b351cc1d34c399c289fb40cb13083d8a7606826 (patch) | |
| tree | 4d7d88a85fb1718103a972ae5e6ab6f4a7d3cd74 | |
| parent | f8b3601e084ffb838cddce4a0edd40957eed317a (diff) | |
Notes
| -rw-r--r-- | sys/kern/imgact_elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 1cecde62f5b4..a8849b39f089 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" |
