From e72144d6265637d1e34bd79f5e373b4ff98d4d29 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 5 Sep 2002 05:29:49 +0000 Subject: Change to . --- libc/sysdeps/linux/mips/Makefile | 4 ++-- libc/sysdeps/linux/mips/bits/.cvsignore | 2 +- libc/sysdeps/linux/mips/bits/syscalls.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/mips') diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index 95da2dded..080f04394 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2001 by Lineo, inc. -# Copyright (C) 2000,2001 Erik Andersen +# Copyright (C) 2000-2002 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -66,6 +66,6 @@ headers: clean: rm -f *.[oa] *~ core - rm -f bits/syscall.h + rm -f bits/sysnum.h rm -f $(TOPDIR)/include/sgidefs.h diff --git a/libc/sysdeps/linux/mips/bits/.cvsignore b/libc/sysdeps/linux/mips/bits/.cvsignore index 414354767..87338254d 100644 --- a/libc/sysdeps/linux/mips/bits/.cvsignore +++ b/libc/sysdeps/linux/mips/bits/.cvsignore @@ -1 +1 @@ -syscall.h +sysnum.h diff --git a/libc/sysdeps/linux/mips/bits/syscalls.h b/libc/sysdeps/linux/mips/bits/syscalls.h index 0d7ae1e50..22d53aac5 100644 --- a/libc/sysdeps/linux/mips/bits/syscalls.h +++ b/libc/sysdeps/linux/mips/bits/syscalls.h @@ -1,13 +1,13 @@ #ifndef _BITS_SYSCALLS_H #define _BITS_SYSCALLS_H #ifndef _SYSCALL_H -# error "Never use directly; include instead." +# error "Never use directly; include instead." #endif /* This includes the `__NR_' syscall numbers taken from the Linux kernel * header files. It also defines the traditional `SYS_' macros for older * programs. */ -#include +#include #ifndef __set_errno # define __set_errno(val) (*__errno_location ()) = (val) -- cgit v1.2.3