source:
trunk/athena/bin/lpr/libflags.c
@
4269
Revision 4269, 114 bytes checked in by epeisach, 34 years ago (diff) |
---|
Line | |
---|---|
1 | main() |
2 | { |
3 | #if (defined(AIX) && defined(_I386)) || defined(_IBMR2) |
4 | printf("-lbsd"); |
5 | #endif |
6 | exit(0); |
7 | } |
Note: See TracBrowser
for help on using the repository browser.