summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.c
blob: a5e0e8b975267c8a1ad940270b03d0e95a31e011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sys/oss/gstosselement.c.orig	Tue Apr  6 23:48:29 2004
+++ sys/oss/gstosselement.c	Tue Apr  6 23:48:42 2004
@@ -194,7 +194,7 @@
     goto end;
   }
 
-  if (lstat (device, &s) || !S_ISCHR (s.st_mode))
+  if (stat (device, &s) || !S_ISCHR (s.st_mode))
     goto end;
 
   *name = device;