X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fdevice_open.c;h=a8fe2fcb40e1270b942292fa3b5bf9c9ced97d5d;hb=4c46d854690595bb2c5487aedccebab8de8aafda;hp=6907e98148ceec32d8f255881f5c2a7cc54f2fad;hpb=6bef3d1d2216234454875052220ca0f477a820b4;p=oweals%2Fbusybox.git diff --git a/libbb/device_open.c b/libbb/device_open.c index 6907e9814..a8fe2fcb4 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c @@ -4,13 +4,13 @@ * * Copyright (C) 1999-2004 by Erik Andersen * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" /* try to open up the specified device */ -int device_open(const char *device, int mode) +int FAST_FUNC device_open(const char *device, int mode) { int m, f, fd;