summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/compat/svr4/svr4_ncr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_ncr.c b/sys/compat/svr4/svr4_ncr.c
index a3c252d8393..5a3a01d8c55 100644
--- a/sys/compat/svr4/svr4_ncr.c
+++ b/sys/compat/svr4/svr4_ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_ncr.c,v 1.2 1996/10/17 19:15:50 niklas Exp $ */
+/* $OpenBSD: svr4_ncr.c,v 1.3 1998/02/22 01:06:10 niklas Exp $ */
/*
* Copyright (c) 1995, 1996 Niklas Hallqvist
@@ -47,7 +47,7 @@ svr4_ncr_sys_rdebug(p, v, retval)
void *v;
register_t *retval;
{
- return ENXIO;
+ return (ENXIO);
}
#endif /* COMPAT_SVR4_NCR */