native-api
hace 1 mes
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
1 adiciones y
2 borrados
-
src/realpath.c
|
|
|
@ -2,8 +2,7 @@ |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdio.h> |
|
|
|
|
|
|
|
int realpath_builtin(list) |
|
|
|
WORD_LIST *list; |
|
|
|
int realpath_builtin(WORD_LIST *list) |
|
|
|
{ |
|
|
|
int es; |
|
|
|
char *realbuf, *p; |
|
|
|
|