Diff for /embedaddon/sudo/compat/pw_dup.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/05/29 12:26:49 version 1.1.1.2, 2013/07/22 10:46:11
Line 1 Line 1
 /*  /*
 * Copyright (c) 2000, 2002, 2012 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 2000, 2002, 2012-2013
  *        Todd C. Miller <Todd.Miller@courtesan.com>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 20 Line 21
   
 #include <config.h>  #include <config.h>
   
   #ifndef HAVE_PW_DUP
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <stdio.h>  #include <stdio.h>
Line 102  pw_dup(const struct passwd *pw) Line 105  pw_dup(const struct passwd *pw)
   
         return newpw;          return newpw;
 }  }
   #endif /* HAVE_PW_DUP */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>