@@ -7,16 +7,6 @@
int
main(void)
{
char *buf;
long size;
if((size = pathconf(".", _PC_PATH_MAX)) < 0)
size = BUFSIZ;
if(!(buf = malloc(size)))
eprintf("malloc:");
if(!getcwd(buf, size))
eprintf("getcwd:");
puts(buf);
puts(agetcwd());
return EXIT_SUCCESS;
}
The note is not visible to the blocked user.