Email List: Xaustin-group-lX
[All Lists]

[1003.1(2008)/Issue 7 0000069]: wait example wrong

To: austin-group-l@xxxxxxxxxxxxx
Subject: [1003.1(2008)/Issue 7 0000069]: wait example wrong
From: Austin Group Bug Tracker <noreply@xxxxxxxxxxxxx>
Date: Fri, 26 Jun 2009 15:54:05 -0700
Keywords: [1003.1(2008)/Issue 7] System Interfaces
The following issue has been UPDATED. 
====================================================================== 
http://austingroupbugs.net/view.php?id=69 
====================================================================== 
Reported By:                msbrown
Assigned To:                ajosey
====================================================================== 
Project:                    1003.1(2008)/Issue 7
Issue ID:                   69
Category:                   System Interfaces
Type:                       Error
Severity:                   Editorial
Priority:                   normal
Status:                     Resolved
Name:                       Mark Brown 
Organization:               IBM 
User Reference:              
Section:                    wait 
Page Number:                2186 
Line Number:                68919 
Final Accepted Text:        http://austingroupbugs.net/view.php?id=69#c126 
Resolution:                 Accepted As Marked
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-06-26 15:53 MST
Last Modified:              2009-06-26 15:54 MST
====================================================================== 
Summary:                    wait example wrong
Description: 
EDITORIAL                                        Enhancement Request Number
7
 nick:xxxxxxxxxx                                Bug in XSHd5.1 wait (rdvk#
 3)
 {nms-wait-o1}                           Sat, 28 Jun 2008 00:56:02 +0100
(BST)

_____________________________________________________________________________

The example provided declares main as returning "int", but then does
 not return any value.
Desired Action: 
Add
      return 0;

 after line 68919/before line 68920.
====================================================================== 

---------------------------------------------------------------------- 
 (0000126) msbrown (manager) - 2009-06-26 15:53
 http://austingroupbugs.net/view.php?id=69#c126 
---------------------------------------------------------------------- 
Add

return 0; /* NOTREACHED */


 after line 68919/before line 68920.

<Prev in Thread] Current Thread [Next in Thread>