home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / smail / smail-3.1 / smail-3 / smail-3.1.28 / compat / dummy.c next >
Text File  |  1990-10-24  |  235b  |  11 lines

  1. /* @(#)compat/dummy.c    1.2 10/24/90 05:15:36 */
  2.  
  3. /*
  4.  * Provide a dummy reference so there is at least one item in
  5.  * compat.a.  This will keep ld from complaining about empty libraries
  6.  * and such.
  7.  */
  8. dummy_reference() {
  9.     return;
  10. }
  11.