[BACK]Return to readlink.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / readlink

Diff for /src/usr.bin/readlink/readlink.c between version 1.24 and 1.25

version 1.24, 2007/09/10 07:42:26 version 1.25, 2009/05/01 10:36:48
Line 27 
Line 27 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <limits.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
   #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25