summaryrefslogtreecommitdiffstats
path: root/glibc.patch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:34 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit6cf35378bfd0784f032b2599582cdbe410296c59 (patch)
tree583acbc1a3e4b9bf18496218085ac6840a081492 /glibc.patch
parent642427867846d62e46540b274676037827d7be80 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'glibc.patch')
-rw-r--r--glibc.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/glibc.patch b/glibc.patch
index e20a2ef..6260fb3 100644
--- a/glibc.patch
+++ b/glibc.patch
@@ -6,7 +6,7 @@
#define AX25_IPMAXQUEUE 11
+#define AX25_IAMDIGI 12
#define AX25_KILL 99
-
+
/* AX.25 socket ioctls: */
@@ -48,6 +49,9 @@
#define SIOCAX25SETPARMS (SIOCPROTOPRIVATE+6)
@@ -15,7 +15,7 @@
+#define SIOCAX25GETINFO (SIOCPROTOPRIVATE+9)
+#define SIOCAX25ADDFWD (SIOCPROTOPRIVATE+10)
+#define SIOCAX25DELFWD (SIOCPROTOPRIVATE+11)
-
+
/* unknown: */
#define AX25_NOUID_DEFAULT 0
@@ -101,6 +105,25 @@
@@ -26,7 +26,7 @@
+ ax25_address digi_addr[AX25_MAX_DIGIS];
+ };
+
-+struct ax25_info_struct
++struct ax25_info_struct
+ {
+ unsigned int n2, n2count;
+ unsigned int t1, t1timer;
@@ -37,12 +37,12 @@
+ unsigned int rcv_q, snd_q;
+ };
+
-+struct ax25_fwd_struct
++struct ax25_fwd_struct
+ {
+ ax25_address port_from;
+ ax25_address port_to;
};
-
+
/* AX.25 route structure: */
--- netrom/netrom.h.orig Fri Apr 30 14:17:53 1999
+++ netrom/netrom.h Fri Apr 30 14:19:52 1999
@@ -51,9 +51,9 @@
#define NETROM_N2 3
#define NETROM_PACLEN 5
+#define NETROM_T4 6
-
+
#define NETROM_KILL 99
-
+
@@ -45,6 +46,8 @@
char mnemonic[7];
ax25_address neighbour;
@@ -61,7 +61,7 @@
+ unsigned int ndigis;
+ ax25_address digipeaters[AX25_MAX_DIGIS];
};
-
+
/* NetRom socket ioctls: */
--- netrose/rose.h.orig Fri Apr 30 14:20:41 1999
+++ netrose/rose.h Fri Apr 30 14:24:55 1999
@@ -70,14 +70,14 @@
#define SIOCRSCLRRT (SIOCPROTOPRIVATE + 4)
#define SIOCRSGL2CALL (SIOCPROTOPRIVATE + 5)
+#define SIOCRSGFACILITIES (SIOCPROTOPRIVATE + 6)
-
+
#define ROSE_DTE_ORIGINATED 0x00
#define ROSE_NUMBER_BUSY 0x01
@@ -73,6 +74,15 @@
ax25_address srose_digi;
};
-
-+struct full_sockaddr_rose
+
++struct full_sockaddr_rose
+{
+ sa_family_t srose_family;
+ rose_address srose_addr;
@@ -95,7 +95,7 @@
unsigned char diagnostic;
+};
+
-+struct rose_facilities_struct
++struct rose_facilities_struct
+{
+ rose_address source_addr, dest_addr;
+ ax25_address source_call, dest_call;
@@ -106,5 +106,5 @@
+ rose_address fail_addr;
+ ax25_address fail_call;
};
-
+
#endif /* netrose/rose.h */