Skip to content

Commit 421acb1

Browse files
committed
AOSCOS: MIPS: add copyright headers back
In "FROMLIST: MIPS: Add syscall auditing support", a copyright header was removed from arch/mips/include/uapi/asm/unistd.h with no proper reason or related changes. Adding them back now. Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 3af23e9 commit 421acb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/mips/include/uapi/asm/unistd.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*
77
* Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
88
* Copyright (C) 1999, 2000 Silicon Graphics, Inc.
9+
*
10+
* Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
11+
* the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
912
*/
1013
#ifndef _UAPI_ASM_UNISTD_H
1114
#define _UAPI_ASM_UNISTD_H

0 commit comments

Comments
 (0)