Fix typo in license headers
[oweals/cde.git] / cde / lib / tt / lib / db / db_server_clnt.C
index 67c47ec9bb04212dbb367bb32c730a41907fd979..79063493c56183674dbedf986e205b7f021b8d9d 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * CDE - Common Desktop Environment
+ *
+ * Copyright (c) 1993-2012, The Open Group. All rights reserved.
+ *
+ * These libraries and programs are free software; you can
+ * redistribute them and/or modify them under the terms of the GNU
+ * Lesser General Public License as published by the Free Software
+ * Foundation; either version 2 of the License, or (at your option)
+ * any later version.
+ *
+ * These libraries and programs are distributed in the hope that
+ * they 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with these libraries and programs; if not, write
+ * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+ * Floor, Boston, MA 02110-1301 USA
+ */
 //%%  (c) Copyright 1993, 1994 Hewlett-Packard Company                 
 //%%  (c) Copyright 1993, 1994 International Business Machines Corp.   
 //%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                  
@@ -1116,7 +1138,7 @@ _tt_get_all_sessions_1(_tt_get_all_sessions_args *argp, CLIENT * clnt)
 {
     static _tt_get_all_sessions_results        res;
 
-    clnt_stat result = clnt_call(clnt, TT_GET_ALL_SESSIONS,
+    clnt_call(clnt, TT_GET_ALL_SESSIONS,
                                 (xdrproc_t) xdr_tt_get_all_sessions_args,
                                 (caddr_t) argp,
                                 (xdrproc_t) xdr_tt_get_all_sessions_results,
@@ -1131,7 +1153,7 @@ _tt_garbage_collect_1(void * /*NOTUSED*/, CLIENT *clnt)
 {
        static  _tt_garbage_collect_results     res;
 
-       clnt_stat result = clnt_call(clnt, TT_GARBAGE_COLLECT,
+       clnt_call(clnt, TT_GARBAGE_COLLECT,
                                     (xdrproc_t) xdr_void, (caddr_t) NULL,
                                     (xdrproc_t) xdr_tt_garbage_collect_results,
                                     (caddr_t) &res,
@@ -1145,7 +1167,7 @@ _tt_delete_session_1(_tt_delete_session_args * args, CLIENT *clnt)
 {
        static  _tt_delete_session_results      res;
 
-       clnt_stat result = clnt_call(clnt, TT_DELETE_SESSION,
+       clnt_call(clnt, TT_DELETE_SESSION,
                                     (xdrproc_t) xdr_tt_delete_session_args,
                                     (caddr_t) args,
                                     (xdrproc_t) xdr_tt_delete_session_results,