diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 1 | ||||
-rw-r--r-- | hurd/gensym.awk | 1 | ||||
-rw-r--r-- | hurd/ifsock.defs | 1 | ||||
-rw-r--r-- | hurd/interrupt.defs | 1 | ||||
-rw-r--r-- | hurd/shared.h | 1 | ||||
-rw-r--r-- | hurd/startup.defs | 1 | ||||
-rw-r--r-- | hurd/startup_notify.defs | 2 | ||||
-rw-r--r-- | hurd/term.defs | 1 |
8 files changed, 0 insertions, 9 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index c031da7a..7f99f7ff 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -146,4 +146,3 @@ routine fsys_get_source ( server: fsys_t; RPT out source: string_t); - diff --git a/hurd/gensym.awk b/hurd/gensym.awk index 21283214..6c6e1a17 100644 --- a/hurd/gensym.awk +++ b/hurd/gensym.awk @@ -75,4 +75,3 @@ BEGIN { END { print "}" } - diff --git a/hurd/ifsock.defs b/hurd/ifsock.defs index dbccc420..c61f8957 100644 --- a/hurd/ifsock.defs +++ b/hurd/ifsock.defs @@ -32,4 +32,3 @@ routine ifsock_getsockaddr ( file: file_t; out sockaddr: mach_port_copy_send_t); - diff --git a/hurd/interrupt.defs b/hurd/interrupt.defs index 6e3cc7d6..cc3ad1ea 100644 --- a/hurd/interrupt.defs +++ b/hurd/interrupt.defs @@ -30,4 +30,3 @@ routine interrupt_operation (object: mach_port_t; waittime timeout: natural_t; msgseqno seqno: mach_port_seqno_t); - diff --git a/hurd/shared.h b/hurd/shared.h index 9d467328..6f136376 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -156,4 +156,3 @@ struct shared_io /* Look at this value to determine the byte order the server is using, and then use it. */ #define SHARED_PAGE_MAGIC 0xaabbccdd - diff --git a/hurd/startup.defs b/hurd/startup.defs index bd5cd6e1..4b14e206 100644 --- a/hurd/startup.defs +++ b/hurd/startup.defs @@ -78,4 +78,3 @@ routine startup_authinit ( sreplyport reply_port: sreply_port_t; auth: mach_port_send_t; out proc: mach_port_send_t); - diff --git a/hurd/startup_notify.defs b/hurd/startup_notify.defs index 2388f882..50712e9d 100644 --- a/hurd/startup_notify.defs +++ b/hurd/startup_notify.defs @@ -33,5 +33,3 @@ STARTUP_NOTIFY_IMPORTS routine startup_dosync ( notify_port: mach_port_t; waittime timeout: natural_t); - - diff --git a/hurd/term.defs b/hurd/term.defs index dbc03b76..17ba4f38 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -120,4 +120,3 @@ routine termctty_open_terminal ( routine term_get_peername ( terminal: io_t; out name: string_t); - |