Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/irix Fixed a typo
details: https://anonhg.NetBSD.org/src/rev/b1d36cc60495
branches: trunk
changeset: 518549:b1d36cc60495
user: manu <manu%NetBSD.org@localhost>
date: Sat Dec 01 22:19:38 2001 +0000
description:
Fixed a typo
diffstat:
sys/compat/irix/irix_syssgi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3f79bcea4cf5 -r b1d36cc60495 sys/compat/irix/irix_syssgi.c
--- a/sys/compat/irix/irix_syssgi.c Sat Dec 01 22:14:15 2001 +0000
+++ b/sys/compat/irix/irix_syssgi.c Sat Dec 01 22:19:38 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irix_syssgi.c,v 1.3 2001/12/01 22:14:15 manu Exp $ */
+/* $NetBSD: irix_syssgi.c,v 1.4 2001/12/01 22:19:38 manu Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_syssgi.c,v 1.3 2001/12/01 22:14:15 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_syssgi.c,v 1.4 2001/12/01 22:19:38 manu Exp $");
#ifndef ELFSIZE
#define ELFSIZE 32
@@ -89,7 +89,7 @@
void *arg1, *arg2, *arg3;
#ifdef DEBUG_IRIX
- printf("irix_syssgi(): request = %d\n", request);
+ printf("irix_sys_syssgi(): request = %d\n", request);
#endif
switch(request) {
case IRIX_SGI_SYSID: /* Get HostID */
Home |
Main Index |
Thread Index |
Old Index