Changeset 137 for trunk/src/slib.c


Ignore:
Timestamp:
Oct 28, 2007, 1:17:58 AM (17 years ago)
Author:
rainer
Message:

Fix compile errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/slib.c

    r131 r137  
    14661466int sl_policy_get_user(char * user)
    14671467{
    1468   struct passwd * tempres;
    1469 
    14701468  SL_ENTER(_("sl_policy_get_user"));
    14711469
     
    21262124                        int timeout, int is_nonblocking)
    21272125{
    2128   int sflags;
     2126  int sflags = 0;
    21292127  fd_set readfds;
    21302128  struct timeval tv;
     
    21322130  int retval;
    21332131
    2134   int    fd;
    21352132  int    byteread = 0;
    21362133  int    bytes    = 0;
Note: See TracChangeset for help on using the changeset viewer.