source: trunk/athena/bin/lpr/libflags.c @ 4269

Revision 4269, 114 bytes checked in by epeisach, 33 years ago (diff)
under AIX, use -lbsd for know. flock is needed - should be converted.
Line 
1main()
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.