~ubuntu-branches/ubuntu/dapper/sup/dapper

« back to all changes in this revision

Viewing changes to supmsg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2003-12-30 22:02:24 UTC
  • Revision ID: james.westby@ubuntu.com-20031230220224-g6rzexudlhhtk3nv
Tags: 1.8-10
* Bumped standards version to 3.6.1 (no changes required).
* Fixed errno handling (Thanks to Thorsten Sauter <tsauter@debian.org>
  for the patch) (Closes: #223422).
* Corrected debian/copyright.
* Documented IPv6 options in man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
extern int      server;                 /* true if we are the server */
118
118
extern int      protver;                /* protocol version of partner */
119
119
 
120
 
#else   MSGSUBR
 
120
#else   /* MSGSUBR */
121
121
 
122
122
#ifdef  MSGFILE
123
123
#define EXTERN
124
 
#else   MSGFILE
 
124
#else   /* MSGFILE */
125
125
#define EXTERN  extern
126
 
#endif  MSGFILE
 
126
#endif  /* MSGFILE */
127
127
 
128
128
/* used in all msg routines */
129
129
EXTERN  int     server;                 /* true if we are the server */
188
188
 
189
189
#undef  EXTERN
190
190
 
191
 
#endif  MSGSUBR
 
191
#endif  /* MSGSUBR */