summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 13:38:03 +0000
committered <ed@FreeBSD.org>2011-12-13 13:38:03 +0000
commitcb983d98e7772d8d6e1742277b6061d98eb57099 (patch)
tree470f2116cf032b08ee71d2201f9fa7ffa2951dc2 /sys/mips
parent0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa (diff)
downloadFreeBSD-src-cb983d98e7772d8d6e1742277b6061d98eb57099.zip
FreeBSD-src-cb983d98e7772d8d6e1742277b6061d98eb57099.tar.gz
Replace __signed by signed.
The signed keyword is an integral part of the C syntax. There's no need to use __signed.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h
index 2f23db6..8f09f63 100644
--- a/sys/mips/include/_types.h
+++ b/sys/mips/include/_types.h
@@ -47,7 +47,7 @@
/*
* Basic types upon which most other types are built.
*/
-typedef __signed char __int8_t;
+typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
OpenPOWER on IntegriCloud