1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-16 15:04:37 -04:00

stpcpy was not used in this file.

This commit is contained in:
Witold Filipczyk 2007-02-15 17:25:04 +01:00 committed by Witold Filipczyk
parent dbd9536297
commit 81ec678499

View File

@ -1,10 +1,5 @@
/* Sessions managment - you'll find things here which you wouldn't expect */
/* stpcpy */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif