From b392bf5a377c712e156d90d69c6527289eada64f Mon Sep 17 00:00:00 2001 From: Kenneth Peiruza Date: Mon, 10 Nov 2003 16:13:11 +0000 Subject: Patches to integrate FreeBSD svn path=/trunk/; revision=1177 --- pd/src/s_loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/s_loader.c') diff --git a/pd/src/s_loader.c b/pd/src/s_loader.c index c210206c..3b80eaad 100644 --- a/pd/src/s_loader.c +++ b/pd/src/s_loader.c @@ -25,7 +25,7 @@ typedef void (*t_xxx)(void); static char sys_dllextent[] = #ifdef __FreeBSD__ - ".pd_freebsd"; + ".pd_linux"; #endif #ifdef IRIX #ifdef N32 -- cgit v1.2.1