X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fulnds%2Fdebug.c;h=b82bb2fa48952bb867976c2d2739df719b55aaeb;hp=529bb2d3e22906c023c339177a8022b5c05eaff3;hb=ff17cc7e0282d9b1522810e0c5d12171c4d46a2d;hpb=96ec6856f91f7f9031cfce4273c714d72cfe59ae diff --git a/lnet/ulnds/debug.c b/lnet/ulnds/debug.c index 529bb2d..b82bb2f 100644 --- a/lnet/ulnds/debug.c +++ b/lnet/ulnds/debug.c @@ -4,19 +4,19 @@ * Copyright (C) 2002 Cluster File Systems, Inc. * Author: Phil Schwan * - * This file is part of Portals, http://www.sf.net/projects/sandiaportals/ + * This file is part of Lustre, http://www.lustre.org. * - * Portals is free software; you can redistribute it and/or - * modify it under the terms of version 2.1 of the GNU Lesser General - * Public License as published by the Free Software Foundation. + * Lustre is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. * - * Portals is distributed in the hope that it will be useful, + * Lustre is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with Portals; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with Lustre; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ @@ -84,8 +84,8 @@ int portals_debug_copy_to_user(char *buf, unsigned long len) /* FIXME: I'm not very smart; someone smarter should make this better. */ void -portals_debug_msg (int subsys, int mask, char *file, char *fn, int line, - const char *format, ...) +portals_debug_msg (int subsys, int mask, char *file, const char *fn, + const int line, const char *format, ...) { va_list ap; unsigned long flags;