FreeBSD Bugzilla – Attachment 11205 Details for
Bug 22159
/usr/ports/net/rdist6 port is broken (won't compile)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.41 KB, created by
michael
on 2000-10-20 21:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
michael
Created:
2000-10-20 21:40:00 UTC
Size:
1.41 KB
patch
obsolete
>diff -rc rdist-6.1.5/include/defs.h rdist-6.1.5-orig/include/defs.h >*** rdist-6.1.5/include/defs.h Fri Oct 20 11:38:50 2000 >--- rdist-6.1.5-orig/include/defs.h Mon Nov 9 20:23:54 1998 >*************** >*** 379,385 **** > extern void error(char *, ...); > extern void fatalerr(char *, ...); > extern void message(int, char *, ...); >! extern void setproctitle(const char *fmt, ...); > #else > extern void debugmsg(); > extern void error(); >--- 379,385 ---- > extern void error(char *, ...); > extern void fatalerr(char *, ...); > extern void message(int, char *, ...); >! extern void setproctitle(char *fmt, ...); > #else > extern void debugmsg(); > extern void error(); >diff -rc rdist-6.1.5/src/setargs.c rdist-6.1.5-orig/src/setargs.c >*** rdist-6.1.5/src/setargs.c Fri Oct 20 11:40:06 2000 >--- rdist-6.1.5-orig/src/setargs.c Mon Nov 9 20:15:56 1998 >*************** >*** 138,144 **** > /* > * Stdarg front-end to _setproctitle() > */ >! extern void setproctitle(const char *fmt, ...) > { > static char buf[BUFSIZ]; > va_list args; >--- 138,144 ---- > /* > * Stdarg front-end to _setproctitle() > */ >! extern void setproctitle(char *fmt, ...) > { > static char buf[BUFSIZ]; > va_list args;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22159
: 11205