Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/mach KNF
details: https://anonhg.NetBSD.org/src/rev/bcbb473933a1
branches: trunk
changeset: 538734:bcbb473933a1
user: manu <manu%NetBSD.org@localhost>
date: Sun Oct 27 22:22:04 2002 +0000
description:
KNF
diffstat:
sys/compat/mach/mach_exec.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r fac6375d2008 -r bcbb473933a1 sys/compat/mach/mach_exec.h
--- a/sys/compat/mach/mach_exec.h Sun Oct 27 21:43:35 2002 +0000
+++ b/sys/compat/mach/mach_exec.h Sun Oct 27 22:22:04 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mach_exec.h,v 1.3 2002/08/26 21:06:01 christos Exp $ */
+/* $NetBSD: mach_exec.h,v 1.4 2002/10/27 22:22:04 manu Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,8 +39,8 @@
#ifndef _MACH_EXEC_H_
#define _MACH_EXEC_H_
-int exec_mach_copyargs __P((struct proc *, struct exec_package *, struct ps_strings *,
- char **, void *));
+int exec_mach_copyargs __P((struct proc *, struct exec_package *,
+ struct ps_strings *, char **, void *));
int exec_mach_probe __P((char **));
extern const struct emul emul_mach;
Home |
Main Index |
Thread Index |
Old Index