| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK'd by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
| |
PR: 9864
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
|
| |
|
|
|
|
|
|
| |
(I can't blindly include getopt.h since older FreeBSD doesn't have one)
remove BROKEN mark (could someone check this?).
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building for rblcheck-1.4
cc -O -pipe -Wall -s rblcheck.c -o rblcheck
rblcheck.c: In function `main':
rblcheck.c:333: warning: implicit declaration of function `getopt'
rblcheck.c:351: `optarg' undeclared (first use this function)
rblcheck.c:351: (Each undeclared identifier is reported only once
rblcheck.c:351: for each function it appears in.)
rblcheck.c:383: warning: suggest parentheses around assignment used as truth value
*** Error code 1
|
|
|
|
|
| |
Submitted by: Mikhail Teterin <mi@video-collage.com>
email Message-Id: <199811042059.PAA03130@video-collage.com>
|
| |
|
|
|
|
|
| |
patched the source code so that we can specify the target by FQDN.
(the patch is sent to the original author)
|
| |
|
|
|